Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the example environment variable used for Sentry in the Copilot MCP agent docs, changing from an auth token to an access token to align with Sentry’s documentation.
- Swapped the
SENTRY_AUTH_TOKENkey forSENTRY_ACCESS_TOKEN. - Updated the corresponding secret name from
COPILOT_MCP_SENTRY_AUTH_TOKENtoCOPILOT_MCP_SENTRY_ACCESS_TOKEN.
Comments suppressed due to low confidence (1)
content/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp.md:120
- Consider updating any preceding descriptive text or comments to replace references to
SENTRY_AUTH_TOKENwithSENTRY_ACCESS_TOKEN, ensuring consistency throughout the documentation example.
"SENTRY_ACCESS_TOKEN": "COPILOT_MCP_SENTRY_ACCESS_TOKEN"
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
I've gotten confirmation this looks correct, so I'll go ahead and get it added to the merge queue! |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Aligning Github Documentation with Sentry to avoid confusion and failures.
Closes: #39071
What's being changed (if available, include any code snippets, screenshots, or gifs):
Aligning Github Documentation with Sentry: https://docs.sentry.io/product/sentry-mcp/
Code Change:
Check off the following: